home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / inc_date.arc / inc_date.doc < prev    next >
Text File  |  1987-09-10  |  1KB  |  35 lines

  1. Documentation for INC_DATE.PRG 1.10 by Domenico De Vitto 16/4/93
  2.  
  3. What it does.....
  4.  Right, got no clock but still want some sort of incremental system time ?
  5.  Well inc_date just increments the date at each bootup, so that 
  6.  (for instance) when using make, modules don't seem to be made in the 
  7.  future and not get compiled, I suppose that you could also use it to 
  8.  know when files were changed (ish) (ie for backups/printing).
  9.  
  10. Files............
  11. INC_DATE.PRG - the program.
  12. INC_DATE.C - the C source should be plain C but was compiled with HSC 1.40
  13. INC_DATE.DOC - this file.
  14.  
  15. \INC_DATE.INF (not in distribution) - Created by INC_DATE.PRG to know what
  16.                                       the last date was.
  17.  
  18. Installation.....
  19. Put it in your auto folder and forget about it, it doesn't stay resident
  20. so doesn't take up any memory, it just changes the date.
  21.  
  22. Disclaimer.......
  23. I have tested this program with my setup (TOS 1.2 1040STFM + HD) and it 
  24. works fine, but I accept no responsibility for anything it may do or 
  25. damage (etc etc) and you use it at your own risk.
  26.  
  27. Code.............
  28. Feel free to use it in your own progs as your own - it's tiny !
  29.  
  30. Any hints as to improvements/changes/bugs to:
  31.  
  32.    ddv@uk.ac.bton.unix 
  33.    (or is that ddv@unix.bton.ac.uk over the internet ?)
  34.  
  35. Dom De Vitto